An XML file has the extension .xml. The basic structure of the ME graphic display XML file is:
<?xml version="1.0" encoding="UTF-8"?>
<gfx>
<displaySettings/>
<someObject1> (The ’someObject’ element can represent any ME graphic object)
<connections>
<connection/>
</connections>
<animations>
<animateSomeanimation/>
</animations>
</someObject1>
<someObject2/>
<group>
<someGroupedObject1> (The ’someGroupedObject’ element can represent any ME graphic object)
<connections>
<connection/>
</connections>
<animations>
<animateSomeAnimation/> (The ’SomeAnimation’ element can represent any type of animation)
</animations>
</someGroupedObject1>
<someGroupedObject2>
</someGroupedObject2>
</group>
</gfx>